docs: Add missing documentation to GtkStatusbar
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 15:49:27 +0000 (15:49 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 16 Dec 2020 16:29:01 +0000 (16:29 +0000)
gtk/gtkstatusbar.c

index addb48eef44e834319da3229d212c47a3d8bfce7..e997a69c5f636b08baa313129e6ddd7912a7ff98 100644 (file)
@@ -489,6 +489,14 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar,
     }
 }
 
+/**
+ * gtk_statusbar_get_message:
+ * @statusbar: a #GtkStatusbar
+ *
+ * Retrieves the contents of the label in #GtkStatusbar.
+ *
+ * Returns: (transfer none): the contents of the statusbar
+ */
 const char *
 gtk_statusbar_get_message (GtkStatusbar *statusbar)
 {